-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-131417: Mention asyncio Future and Task in docs for generic classes list #131422
Conversation
I see that those classes are generic since 2022. Are they fully generic (namely, both C and Python implementation?). If so, we can backport the docs up to 3.12. |
They are fully generic, yes. Let's backport |
Tip: The 3.x labels are used on issues to target bugs in specific versions (I personally don't add version tags if the bug was present since the beginning or I just amend the title; it lets me avoid having to re-triage them in 5 years). The "needs backports" labels are added on PRs to tell the bot to make the bps later. |
Thanks, @picnixz |
Thanks @asvetlov for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…classes list (pythonGH-131422) Mention asyncio Future and Task in docs for generic classes list (cherry picked from commit 61b4b2c) Co-authored-by: Andrew Svetlov <[email protected]>
GH-131445 is a backport of this pull request to the 3.13 branch. |
…classes list (pythonGH-131422) Mention asyncio Future and Task in docs for generic classes list (cherry picked from commit 61b4b2c) Co-authored-by: Andrew Svetlov <[email protected]>
GH-131446 is a backport of this pull request to the 3.12 branch. |
…classes list (python#131422) Mention asyncio Future and Task in docs for generic classes list
📚 Documentation preview 📚: https://cpython-previews--131422.org.readthedocs.build/